home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / accuhash / ah2setup.exe / {app} / accuhash.exe / 0 / RCDATA / TSAVECONFFORM / TSAVECONFFORM.txt
Text File  |  2004-09-13  |  2KB  |  96 lines

  1. object SaveConfForm: TSaveConfForm
  2.   Left = 339
  3.   Top = 282
  4.   BorderStyle = bsDialog
  5.   Caption = 'Save current settings'
  6.   ClientHeight = 173
  7.   ClientWidth = 218
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Shell Dlg 2'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   DesignSize = (
  17.     218
  18.     173)
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object OKButton: TTntButton
  22.     Left = 32
  23.     Top = 142
  24.     Width = 75
  25.     Height = 25
  26.     Anchors = [akLeft, akBottom]
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 1
  31.   end
  32.   object CancelButton: TTntButton
  33.     Left = 120
  34.     Top = 142
  35.     Width = 75
  36.     Height = 25
  37.     Anchors = [akLeft, akBottom]
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 2
  42.   end
  43.   object GroupBox: TTntGroupBox
  44.     Left = 8
  45.     Top = 8
  46.     Width = 199
  47.     Height = 98
  48.     Anchors = [akLeft, akTop, akRight, akBottom]
  49.     Caption = 'Save current settings to...'
  50.     TabOrder = 0
  51.     DesignSize = (
  52.       199
  53.       98)
  54.     object CUButton: TTntRadioButton
  55.       Left = 8
  56.       Top = 24
  57.       Width = 184
  58.       Height = 17
  59.       Anchors = [akLeft, akTop, akRight]
  60.       Caption = 'Current user profiles in registry'
  61.       Checked = True
  62.       TabOrder = 0
  63.       TabStop = True
  64.     end
  65.     object LMButton: TTntRadioButton
  66.       Left = 8
  67.       Top = 48
  68.       Width = 184
  69.       Height = 17
  70.       Anchors = [akLeft, akTop, akRight]
  71.       Caption = 'Local machine profile in registry'
  72.       TabOrder = 1
  73.     end
  74.     object INIButton: TTntRadioButton
  75.       Left = 8
  76.       Top = 72
  77.       Width = 184
  78.       Height = 17
  79.       Anchors = [akLeft, akTop, akRight]
  80.       Caption = 'INI-file in program folder'
  81.       TabOrder = 2
  82.     end
  83.   end
  84.   object RegSaveBox: TTntCheckBox
  85.     Left = 8
  86.     Top = 115
  87.     Width = 201
  88.     Height = 17
  89.     Anchors = [akLeft, akBottom]
  90.     Caption = 'Include registration  information'
  91.     Checked = True
  92.     State = cbChecked
  93.     TabOrder = 3
  94.   end
  95. end
  96.